[ADVICE] .NET Desktop Application - Client Server C#, SQL

Posted by Rillanon on Stack Overflow See other posts from Stack Overflow or by Rillanon
Published on 2010-05-17T11:34:03Z Indexed on 2010/05/17 11:40 UTC
Read the original article Hit count: 136

Filed under:
|
|

Hi guys, Recently I've being given a chance to develop a PMS (Practice Management System) software for a small physiotherapy clinic.

I'm a computer science student and my course is predominately told on Linux. However, my client runs all their computers on vista or Windows 7.

My ideas are to develop the client front end in Visual C# and access a central postgresql server.

I'm a beginner in Windows Programming so I'm after advice on best practice on implement user rights and access levels in C# (WPF or Windows FORM). I've had a look into Credential class in Visual C# and access control list but please share your thoughts.

I'm probably way over my head on this but this is my first commercial project so I'm keen to test the waters.

Cheers Ian

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET